PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setActualText Method
The text that is an exact replacement for the content enclosed by the structure element and its children.
In This Topic
    setActualText Method
    In This Topic
    Sets the actual text of the structure element.
    This replacement text (which should apply to as small a piece of content as possible) is useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
    Syntax
    public void setActualText( 
       java.lang.String value
    )

    Parameters

    value
    The text that is an exact replacement for the content enclosed by the structure element and its children.
    See Also